Error processing SSI file
LEADTOOLS Caching (Leadtools.Caching assembly)

Show in webframe

Get<T>(String,String) Method






Unique identifier of the cache item.
Optional name of a region in cache.
Value of the specified cache entry.
Syntax
public override T Get<T>( 
   string key,
   string regionName
)
'Declaration
 
Public Overloads Overrides Function Get(Of T)( _
   ByVal key As String, _
   ByVal regionName As String _
) As T
'Usage
 
Dim instance As FileCache
Dim key As String
Dim regionName As String
Dim value As T
 
value = instance.Get(Of T)(key, regionName)
@Override
public <T> T get(String key, Class<?> classOfT, String regionName)
            
public:
T^ Getgeneric<typename T>
( 
   String^ key,
   String^ regionName
) override 

Parameters

key
Unique identifier of the cache item.
regionName
Optional name of a region in cache.

Type Parameters

T

Return Value

The value of the specified entry if found, otherwise; null.
Requirements

Target Platforms

See Also

Reference

FileCache Class
FileCache Members
Overload List

Error processing SSI file
Leadtools.Caching requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features